mutation

verifyAndChargePayment

Verify the payment status and charge from the customer's BNPL (Buy Now, Pay Later) account after order confirmation.
Arguments
chargeCustomerRequestInput
ChargeCustomerRequestInput
Charge Customer Request.
Response
aggregator
String!
Required
Payment gateway name i.e Simpl, Mswipe.
cart_id
String
Cart id of customer.
delivery_address_id
String
Delivery address id of customer.
message
String!
Required
Human readable message.
order_id
String!
Required
Unique order id.
status
String!
Required
Status of charged payment.
success
Boolean!
Required
Response is successful or not.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...