Skip to main content
POST
Bank Billing Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
billingRequestId
string
required
action
enum<string>
required
Available options:
approve_once,
approve_recurring,
deny,
suspended
batchId
string
declineReason
string
bankTransactionId
string
metadata
object

Response

Billing response processed successfully

statusCode
integer
Example:

200

success
boolean
Example:

true

message
string
Example:

"Billing response processed successfully"

data
object