Skip to main content
POST
payment.failed
{
  "message": "<string>",
  "success": true,
  "code": "<string>",
  "error": {}
}

Body

application/json
  • CardPayment
  • NetbankingPayment
  • UpiPayment
  • WalletPayment
  • BankTransfer

Order Payment

transaction_type
enum<string>
Available options:
payment,
refund
request_number
string
amount
number<double>
payment_status
enum<string>
Available options:
pending,
success,
failed,
partially_paid,
refund_initiated
payment_date
string<date-time>
payment_reference_number
string | null
payment_method
string | null
icon_url
string | null
card_number
string

masked card number e.g. ************1111

card_type
enum<string>
Available options:
Visa,
Master Card,
Rupay,
American Express

Response

Bad request

message
string
required
success
boolean
required
code
string
required
error
object