Capture Wallet PayPal Order

View as Markdown
Captures a PayPal wallet top-up order. Required body fields: `orderId`. Response fields: `message`, `paymentId`. Use `paymentId` in `Top Up Wallet` for PayPal. Possible errors: - 400: Payment was not successful - PayPal capture failed or returned no payment id. - 400: Missing One or More Required Parameters - required body/query fields were not supplied. - 401: Unauthorized - token is missing, expired, invalid, or the account/token pair was not found. - 403: Access denied - gateway traffic guard/rate policy blocked the request. - 429: Too many requests - gateway rate limit exceeded. - 500: Unexpected Error - unhandled gateway or downstream service failure.

Request

This endpoint expects an object.
orderIdstringRequired

Response

OK
key_0integer
key_1string
key_2double
key_3string
key_4boolean

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error