Authorize.net Wallet Payment With Saved Card

View as Markdown
Charges a saved Authorize.net card and credits wallet. Required body fields: `amount`, `currency`, `customerPaymentProfileId`. Response fields: `message`, `status`, `authorizePayStatus`, `paymentId`, `walletBalance`. Possible errors: - 400: Please set your billing address to continue - customer billing address is required. - 404: Billing address not found - saved billing address reference is invalid. - 404: Currency not found - supplied currency code is unknown. - 404: Saved card not found - saved card profile is missing or inactive. - 400: Authorize.net transaction failed - card declined, held, or gateway returned an error. - 400: This transaction cannot be completed - duplicate Authorize.net transaction 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.
amountintegerRequired
currencystringRequired
customerPaymentProfileIdstringRequired

Response

OK
key_0integer
key_1string
key_2double
key_3string
key_4boolean

Errors

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