Get Payment Options

Last changes: 09-12-2022

This API method enables you to retrieve the list of the payment options stored under a specific account.

Example

Request

Path:

{Base URL}/accounts /{customerAccountId}/paymentOptions/

Header:

Content-Type: application/json
Accept-Language: en-US

Response

Status Code:

200 (OK)

Header:

Content-Type: application/json
Accept-Language: en-US

{
    "result": [
        {
            "name": "VISA",
            "code": "VISA",
            "carrierNumber": "420000****0091",
            "reference": "8ac7a4a07bf295af017bf2e8e6e6759c",
            "isDefault": true
        }
    ]
}