cURL
curl --request POST \ --url https://virtserver.swaggerhub.com/nickel-ace/apiv1/1.0.0/chargeAuthorization/pay \ --header 'Content-Type: application/json' \ --data ' { "payments": [ { "chargeAuthorizationId": "<string>", "paymentLinks": [ { "paymentLinkId": "<string>", "withdrawalDate": "2023-12-25", "amountCents": 123 } ] } ] } '
{ "paymentLinks": [ { "id": "<string>", "name": "<string>", "status": "<string>", "url": "<string>", "dueDate": "<string>", "customerId": "<string>", "requestedAmountCents": 123, "completedAmountCents": 123, "paymentId": "<string>" } ], "errors": [ { "paymentLinkId": "<string>", "paymentLinkName": "<string>", "error": "<string>" } ] }
Process payments for one or more payment links across multiple charge authorizations in a single request.
Array of charges to process
Show child attributes
Successful operation
Successfully processed payment links
Payment links that failed to process