Card, Wallet, Bank
POST {{customerURL}}/ThirdpartyService/stripe/paymentLink?access_token={{customerToken}}
- The payload should be specified in json format.
- All of the keys and values mentioned in the json are required, and the structure should look like the one shown in the json payload below.
- Value and Remaining amount in the payload represents the amount payable. This can be updated based on our choice.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"0"=>{"ContractUUID"=>"d890500d-7189-455f-9a29-ede8e91494b6", "EventID"=>"24baf7b2-09df-4997-bb6a-7de90ae22ea9", "EventTime"=>"2022-02-01T23:59:59", "EventType"=>"IP", "Units"=>"INR", "Value"=>167, "Status"=>"pending", "DebitPaymentChannelID"=>"b5d7deab-19ca-4e6d-b5b8-db321522ee08", "CreditPaymentChannelID"=>"7deb30c2-8ccf-4e23-b538-c4a8558d96cd", "PaymentMethod"=>"billing", "RemainingAmount"=>167, "ProcessTime"=>"2022-02-01T23:59:59"}, "1"=>{"ContractUUID"=>"d890500d-7189-455f-9a29-ede8e91494b6", "EventID"=>"ec2de6d4-9fd6-4756-9fa0-78e3f82df729", "EventTime"=>"2022-02-01T23:59:59", "EventType"=>"PR", "Units"=>"INR", "Value"=>1833, "Status"=>"pending", "DebitPaymentChannelID"=>"b5d7deab-19ca-4e6d-b5b8-db321522ee08", "CreditPaymentChannelID"=>"7deb30c2-8ccf-4e23-b538-c4a8558d96cd", "PaymentMethod"=>"billing", "RemainingAmount"=>1833, "ProcessTime"=>"2022-02-01T23:59:59"}}