Record Cash transactions

This section allows merchant to create cash transactions.

Record cash payments. This help us track your merchant's cash revenue

POST https//api.pay.tapngogh.com/payment/record_cash_payment

Headers

Name
Type
Description

Authorization*

String

Mechant authorization key

Request Body

Name
Type
Description

amount*

Number

Amount collected

description

String

Payment description

customerPhone

String

Customer's name

customerName

String

Name of customer

customerEmail

String

Email of customer

{
	"message": "Cash Payment recorded successfully"
}

Last updated

Was this helpful?