{
    "item": [
        {
            "name": "OAuth2 Access Token",
            "description": "",
            "item": [
                {
                    "id": "bd8cc32f-4aee-43a7-9198-8d79cc37800a",
                    "name": "Generate OAuth2 Access Token",
                    "request": {
                        "name": "Generate OAuth2 Access Token",
                        "description": {
                            "content": "Use the OAuth2 client credentials flow to obtain an access token. You need to provide the `client_id`, `client_secret`, `grant_type` and `scope` in the request body. For `grant_type`, use `client_credentials`. The `scope` should be `crypto`. The `client_id` and `client_secret` are provided to you during onboarding.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "oauth2",
                                "auth",
                                "realms",
                                "paysafe",
                                "v1",
                                "token"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/x-www-form-urlencoded"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "urlencoded",
                            "urlencoded": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "scope",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "grant_type",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "client_id",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) ",
                                        "type": "text/plain"
                                    },
                                    "key": "client_secret",
                                    "value": "<string>"
                                }
                            ]
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ba852c0e-fecc-4008-bfac-4ee5cc8cf814",
                            "name": "Access token response",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "oauth2",
                                        "auth",
                                        "realms",
                                        "paysafe",
                                        "v1",
                                        "token"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "key": "scope",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "key": "grant_type",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "key": "client_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "key": "client_secret",
                                            "value": "<string>"
                                        }
                                    ]
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"access_token\": \"<string>\",\n  \"token_type\": \"<string>\",\n  \"expires_in\": \"<integer>\",\n  \"scope\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c44458ed-c50f-48c6-93f1-a62870ffce1b",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "oauth2",
                                        "auth",
                                        "realms",
                                        "paysafe",
                                        "v1",
                                        "token"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "key": "scope",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "key": "grant_type",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "key": "client_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) ",
                                                "type": "text/plain"
                                            },
                                            "key": "client_secret",
                                            "value": "<string>"
                                        }
                                    ]
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Supported Countries",
            "description": "",
            "item": [
                {
                    "id": "349d59fc-10e4-4dc0-9962-8d99c91ce1d3",
                    "name": "Get Supported Countries",
                    "request": {
                        "name": "Get Supported Countries",
                        "description": {
                            "content": "Provide supported countries with their corresponding payment options and limits",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "api",
                                "crypto-purchase",
                                "v2",
                                "supported-countries"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "The country ISO-3 code to fetch configuration for",
                                        "type": "text/plain"
                                    },
                                    "key": "countryId",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "The payment method to fetch configuration for (This can only be one of CARD,BALANCE)",
                                        "type": "text/plain"
                                    },
                                    "key": "paymentMethod",
                                    "value": "CARD"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "The currency to calculate limits for. This parameter will not be taken into account if `includeLimits` is set to `false`.",
                                        "type": "text/plain"
                                    },
                                    "key": "limitsCurrency",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Should include limits in the response. Default value is `true`.",
                                        "type": "text/plain"
                                    },
                                    "key": "includeLimits",
                                    "value": "<boolean>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "oauth2",
                            "oauth2": [
                                {
                                    "key": "scope",
                                    "value": "crypto"
                                },
                                {
                                    "key": "accessTokenUrl",
                                    "value": "https://crypto-onramp.skrill.com/oauth2/auth/realms/paysafe/v1/token"
                                },
                                {
                                    "key": "grant_type",
                                    "value": "client_credentials"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "a6263a6a-d8ba-4ce5-a25d-ec1bd8357227",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "supported-countries"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The country ISO-3 code to fetch configuration for",
                                                "type": "text/plain"
                                            },
                                            "key": "countryId",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The payment method to fetch configuration for (This can only be one of CARD,BALANCE)",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentMethod",
                                            "value": "CARD"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The currency to calculate limits for. This parameter will not be taken into account if `includeLimits` is set to `false`.",
                                                "type": "text/plain"
                                            },
                                            "key": "limitsCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Should include limits in the response. Default value is `true`.",
                                                "type": "text/plain"
                                            },
                                            "key": "includeLimits",
                                            "value": "<boolean>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"countries\": [\n    {\n      \"code\": \"<string>\",\n      \"alpha2Code\": \"<string>\",\n      \"name\": \"<string>\",\n      \"paymentOptions\": [\n        {\n          \"name\": \"<string>\",\n          \"paymentMethod\": \"CARD\",\n          \"description\": \"<string>\",\n          \"limits\": [\n            {\n              \"currency\": \"<string>\",\n              \"minAmount\": \"<number>\",\n              \"maxAmount\": \"<number>\"\n            },\n            {\n              \"currency\": \"<string>\",\n              \"minAmount\": \"<number>\",\n              \"maxAmount\": \"<number>\"\n            }\n          ],\n          \"sourceCurrencies\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"<string>\",\n          \"paymentMethod\": \"BALANCE\",\n          \"description\": \"<string>\",\n          \"limits\": [\n            {\n              \"currency\": \"<string>\",\n              \"minAmount\": \"<number>\",\n              \"maxAmount\": \"<number>\"\n            },\n            {\n              \"currency\": \"<string>\",\n              \"minAmount\": \"<number>\",\n              \"maxAmount\": \"<number>\"\n            }\n          ],\n          \"sourceCurrencies\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"code\": \"<string>\",\n      \"alpha2Code\": \"<string>\",\n      \"name\": \"<string>\",\n      \"paymentOptions\": [\n        {\n          \"name\": \"<string>\",\n          \"paymentMethod\": \"CARD\",\n          \"description\": \"<string>\",\n          \"limits\": [\n            {\n              \"currency\": \"<string>\",\n              \"minAmount\": \"<number>\",\n              \"maxAmount\": \"<number>\"\n            },\n            {\n              \"currency\": \"<string>\",\n              \"minAmount\": \"<number>\",\n              \"maxAmount\": \"<number>\"\n            }\n          ],\n          \"sourceCurrencies\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"name\": \"<string>\",\n          \"paymentMethod\": \"CARD\",\n          \"description\": \"<string>\",\n          \"limits\": [\n            {\n              \"currency\": \"<string>\",\n              \"minAmount\": \"<number>\",\n              \"maxAmount\": \"<number>\"\n            },\n            {\n              \"currency\": \"<string>\",\n              \"minAmount\": \"<number>\",\n              \"maxAmount\": \"<number>\"\n            }\n          ],\n          \"sourceCurrencies\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c496cee5-d99d-4b0d-84d3-cebebe8387db",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "supported-countries"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The country ISO-3 code to fetch configuration for",
                                                "type": "text/plain"
                                            },
                                            "key": "countryId",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The payment method to fetch configuration for (This can only be one of CARD,BALANCE)",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentMethod",
                                            "value": "CARD"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The currency to calculate limits for. This parameter will not be taken into account if `includeLimits` is set to `false`.",
                                                "type": "text/plain"
                                            },
                                            "key": "limitsCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Should include limits in the response. Default value is `true`.",
                                                "type": "text/plain"
                                            },
                                            "key": "includeLimits",
                                            "value": "<boolean>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Supported Crypto Assets",
            "description": "",
            "item": [
                {
                    "id": "bb86a98e-7b30-4181-bd2d-5c9f6e38b4fb",
                    "name": "Get Supported Crypto Assets",
                    "request": {
                        "name": "Get Supported Crypto Assets",
                        "description": {
                            "content": "Get all of the supported crypto assets along with their corresponding networks and additional information",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "api",
                                "crypto-purchase",
                                "v2",
                                "supported-crypto-assets"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "oauth2",
                            "oauth2": [
                                {
                                    "key": "scope",
                                    "value": "crypto"
                                },
                                {
                                    "key": "accessTokenUrl",
                                    "value": "https://crypto-onramp.skrill.com/oauth2/auth/realms/paysafe/v1/token"
                                },
                                {
                                    "key": "grant_type",
                                    "value": "client_credentials"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "df1fef81-4b04-4362-bb81-1b71dbd1ad57",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "supported-crypto-assets"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"cryptoAssets\": [\n    {\n      \"currencyName\": \"<string>\",\n      \"currencyCode\": \"<string>\",\n      \"network\": \"<string>\",\n      \"supportsWalletAddressTag\": \"<boolean>\",\n      \"notAllowedCountries\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"currencyName\": \"<string>\",\n      \"currencyCode\": \"<string>\",\n      \"network\": \"<string>\",\n      \"supportsWalletAddressTag\": \"<boolean>\",\n      \"notAllowedCountries\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b44d428c-49a1-4fad-9b0e-92b3c734a543",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "supported-crypto-assets"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Generate Quotes",
            "description": "",
            "item": [
                {
                    "id": "b237a7d7-5841-4571-8766-0bb72fd8bf9c",
                    "name": "Get Quotes",
                    "request": {
                        "name": "Get Quotes",
                        "description": {
                            "content": "Generates basic quote for the end customer based on partner's default fees configuration upon the provided parameters - source and destination currency, preferred payment method, etc.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "api",
                                "crypto-purchase",
                                "v2",
                                "quotes"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The source currency in which the customer wants to make the payment for the crypto",
                                        "type": "text/plain"
                                    },
                                    "key": "sourceCurrency",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The source amount the customer wants to spend to purchase crypto",
                                        "type": "text/plain"
                                    },
                                    "key": "sourceAmount",
                                    "value": "<number>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) The destination currency the customer wants to purchase",
                                        "type": "text/plain"
                                    },
                                    "key": "destinationCurrency",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Name of the network that is being used to calculate the quote",
                                        "type": "text/plain"
                                    },
                                    "key": "network",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "The payment method the customer wants to use for the payment",
                                        "type": "text/plain"
                                    },
                                    "key": "paymentMethod",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "The ISO-3 code of the customer's country",
                                        "type": "text/plain"
                                    },
                                    "key": "countryId",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "oauth2",
                            "oauth2": [
                                {
                                    "key": "scope",
                                    "value": "crypto"
                                },
                                {
                                    "key": "accessTokenUrl",
                                    "value": "https://crypto-onramp.skrill.com/oauth2/auth/realms/paysafe/v1/token"
                                },
                                {
                                    "key": "grant_type",
                                    "value": "client_credentials"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "eb25990c-244c-4a4f-a613-73d57161c597",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "quotes"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The source currency in which the customer wants to make the payment for the crypto",
                                                "type": "text/plain"
                                            },
                                            "key": "sourceCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The source amount the customer wants to spend to purchase crypto",
                                                "type": "text/plain"
                                            },
                                            "key": "sourceAmount",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The destination currency the customer wants to purchase",
                                                "type": "text/plain"
                                            },
                                            "key": "destinationCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Name of the network that is being used to calculate the quote",
                                                "type": "text/plain"
                                            },
                                            "key": "network",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The payment method the customer wants to use for the payment",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentMethod",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The ISO-3 code of the customer's country",
                                                "type": "text/plain"
                                            },
                                            "key": "countryId",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"sourceDetails\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"paymentMethod\": \"CARD\"\n  },\n  \"destinationDetails\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"network\": \"<string>\"\n  },\n  \"sourceToDestinationRate\": \"<number>\",\n  \"destinationToSourceRate\": \"<number>\",\n  \"fees\": [\n    {\n      \"type\": \"NETWORK\",\n      \"amount\": \"<number>\",\n      \"currency\": \"<string>\"\n    },\n    {\n      \"type\": \"TRANSACTION\",\n      \"amount\": \"<number>\",\n      \"currency\": \"<string>\"\n    }\n  ],\n  \"totalSpend\": \"<number>\",\n  \"totalSpendCurrency\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c677122f-aeac-48ad-85c3-6013e4042a80",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "quotes"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The source currency in which the customer wants to make the payment for the crypto",
                                                "type": "text/plain"
                                            },
                                            "key": "sourceCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The source amount the customer wants to spend to purchase crypto",
                                                "type": "text/plain"
                                            },
                                            "key": "sourceAmount",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The destination currency the customer wants to purchase",
                                                "type": "text/plain"
                                            },
                                            "key": "destinationCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Name of the network that is being used to calculate the quote",
                                                "type": "text/plain"
                                            },
                                            "key": "network",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The payment method the customer wants to use for the payment",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentMethod",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The ISO-3 code of the customer's country",
                                                "type": "text/plain"
                                            },
                                            "key": "countryId",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "d19bfc41-ad72-4a31-8dcb-2704a7b4ad8c",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "quotes"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The source currency in which the customer wants to make the payment for the crypto",
                                                "type": "text/plain"
                                            },
                                            "key": "sourceCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The source amount the customer wants to spend to purchase crypto",
                                                "type": "text/plain"
                                            },
                                            "key": "sourceAmount",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The destination currency the customer wants to purchase",
                                                "type": "text/plain"
                                            },
                                            "key": "destinationCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Name of the network that is being used to calculate the quote",
                                                "type": "text/plain"
                                            },
                                            "key": "network",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The payment method the customer wants to use for the payment",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentMethod",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The ISO-3 code of the customer's country",
                                                "type": "text/plain"
                                            },
                                            "key": "countryId",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "d699fc30-ea0a-4b23-aec0-c30bb0323578",
                            "name": "General Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "quotes"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The source currency in which the customer wants to make the payment for the crypto",
                                                "type": "text/plain"
                                            },
                                            "key": "sourceCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The source amount the customer wants to spend to purchase crypto",
                                                "type": "text/plain"
                                            },
                                            "key": "sourceAmount",
                                            "value": "<number>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) The destination currency the customer wants to purchase",
                                                "type": "text/plain"
                                            },
                                            "key": "destinationCurrency",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Name of the network that is being used to calculate the quote",
                                                "type": "text/plain"
                                            },
                                            "key": "network",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The payment method the customer wants to use for the payment",
                                                "type": "text/plain"
                                            },
                                            "key": "paymentMethod",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "The ISO-3 code of the customer's country",
                                                "type": "text/plain"
                                            },
                                            "key": "countryId",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Payment Session",
            "description": "",
            "item": [
                {
                    "id": "621152f4-af8f-4e83-89a4-bea59434419e",
                    "name": "Initialize Payment Session",
                    "request": {
                        "name": "Initialize Payment Session",
                        "description": {
                            "content": "Initialize a payment session for the customer to purchase crypto with fiat currency. A redirect URL is returned to the partner to redirect the customer to the Skrill Crypto On-ramp page.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "api",
                                "crypto-purchase",
                                "v2",
                                "payment-session"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"partnerName\": \"<string>\",\n  \"sourceDetails\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"preferredPaymentMethod\": \"CARD\"\n  },\n  \"allowWalletAddressChange\": \"<boolean>\",\n  \"destinationDetails\": [\n    {\n      \"currency\": \"<string>\",\n      \"network\": \"<string>\",\n      \"walletAddress\": \"<string>\",\n      \"walletAddressTag\": \"<string>\"\n    },\n    {\n      \"currency\": \"<string>\",\n      \"network\": \"<string>\",\n      \"walletAddress\": \"<string>\",\n      \"walletAddressTag\": \"<string>\"\n    }\n  ],\n  \"externalReferenceId\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"returnUrl\": {\n    \"success\": \"<string>\",\n    \"failure\": \"<string>\",\n    \"default\": \"<string>\"\n  },\n  \"countryId\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": {
                            "type": "oauth2",
                            "oauth2": [
                                {
                                    "key": "scope",
                                    "value": "crypto"
                                },
                                {
                                    "key": "accessTokenUrl",
                                    "value": "https://crypto-onramp.skrill.com/oauth2/auth/realms/paysafe/v1/token"
                                },
                                {
                                    "key": "grant_type",
                                    "value": "client_credentials"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "edc0f266-aab5-4501-8727-e9f1cb78067a",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "payment-session"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"partnerName\": \"<string>\",\n  \"sourceDetails\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"preferredPaymentMethod\": \"CARD\"\n  },\n  \"allowWalletAddressChange\": \"<boolean>\",\n  \"destinationDetails\": [\n    {\n      \"currency\": \"<string>\",\n      \"network\": \"<string>\",\n      \"walletAddress\": \"<string>\",\n      \"walletAddressTag\": \"<string>\"\n    },\n    {\n      \"currency\": \"<string>\",\n      \"network\": \"<string>\",\n      \"walletAddress\": \"<string>\",\n      \"walletAddressTag\": \"<string>\"\n    }\n  ],\n  \"externalReferenceId\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"returnUrl\": {\n    \"success\": \"<string>\",\n    \"failure\": \"<string>\",\n    \"default\": \"<string>\"\n  },\n  \"countryId\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"sessionId\": \"<string>\",\n  \"redirectUrl\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b82855e9-434f-41fc-b528-04bb9904fd60",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "payment-session"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"partnerName\": \"<string>\",\n  \"sourceDetails\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"preferredPaymentMethod\": \"CARD\"\n  },\n  \"allowWalletAddressChange\": \"<boolean>\",\n  \"destinationDetails\": [\n    {\n      \"currency\": \"<string>\",\n      \"network\": \"<string>\",\n      \"walletAddress\": \"<string>\",\n      \"walletAddressTag\": \"<string>\"\n    },\n    {\n      \"currency\": \"<string>\",\n      \"network\": \"<string>\",\n      \"walletAddress\": \"<string>\",\n      \"walletAddressTag\": \"<string>\"\n    }\n  ],\n  \"externalReferenceId\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"returnUrl\": {\n    \"success\": \"<string>\",\n    \"failure\": \"<string>\",\n    \"default\": \"<string>\"\n  },\n  \"countryId\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9c4f7579-b6c6-4e24-b6fa-60ae0f5a3065",
                            "name": "Conflict - duplicated data",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "payment-session"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"partnerName\": \"<string>\",\n  \"sourceDetails\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"preferredPaymentMethod\": \"CARD\"\n  },\n  \"allowWalletAddressChange\": \"<boolean>\",\n  \"destinationDetails\": [\n    {\n      \"currency\": \"<string>\",\n      \"network\": \"<string>\",\n      \"walletAddress\": \"<string>\",\n      \"walletAddressTag\": \"<string>\"\n    },\n    {\n      \"currency\": \"<string>\",\n      \"network\": \"<string>\",\n      \"walletAddress\": \"<string>\",\n      \"walletAddressTag\": \"<string>\"\n    }\n  ],\n  \"externalReferenceId\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"returnUrl\": {\n    \"success\": \"<string>\",\n    \"failure\": \"<string>\",\n    \"default\": \"<string>\"\n  },\n  \"countryId\": \"<string>\",\n  \"language\": \"<string>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Conflict",
                            "code": 409,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"details\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"fieldErrors\": [\n    {\n      \"field\": \"<string>\",\n      \"error\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"error\": \"<string>\"\n    }\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Payment Details",
            "description": "",
            "item": [
                {
                    "id": "7fd97359-017b-4f1e-8ef2-96c8ef16974a",
                    "name": "Get Payment Details",
                    "request": {
                        "name": "Get Payment Details",
                        "description": {
                            "content": "This endpoint retrieves the details of payments based on a list of external reference IDs (partner transaction IDs),list of session IDs, time period, and list of transaction statuses. If no params are provided, the last 10 payments will be returned. Payment details will appear in descending order of the creation date. The endpoint supports pagination. The default page size is 10, and the maximum page size is 20. Maximum retrieval period is 84 months.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "api",
                                "crypto-purchase",
                                "v2",
                                "payments"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page number for pagination.",
                                        "type": "text/plain"
                                    },
                                    "key": "page",
                                    "value": "1"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Number of records per page (page size).",
                                        "type": "text/plain"
                                    },
                                    "key": "size",
                                    "value": "10"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "List of unique identifiers of crypto purchase session",
                                        "type": "text/plain"
                                    },
                                    "key": "sessionIds",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "List of unique identifiers of crypto purchase session",
                                        "type": "text/plain"
                                    },
                                    "key": "sessionIds",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "List of unique external reference IDs for the payment (transaction ID from the partner's system)",
                                        "type": "text/plain"
                                    },
                                    "key": "externalReferenceIds",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "List of unique external reference IDs for the payment (transaction ID from the partner's system)",
                                        "type": "text/plain"
                                    },
                                    "key": "externalReferenceIds",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "List of transaction statuses, based on which the partner transactions will be retrieved",
                                        "type": "text/plain"
                                    },
                                    "key": "statuses",
                                    "value": "PENDING"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "List of transaction statuses, based on which the partner transactions will be retrieved",
                                        "type": "text/plain"
                                    },
                                    "key": "statuses",
                                    "value": "PAYABLE"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Start date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                        "type": "text/plain"
                                    },
                                    "key": "startDate",
                                    "value": "<dateTime>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "End date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                        "type": "text/plain"
                                    },
                                    "key": "endDate",
                                    "value": "<dateTime>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": {
                            "type": "oauth2",
                            "oauth2": [
                                {
                                    "key": "scope",
                                    "value": "crypto"
                                },
                                {
                                    "key": "accessTokenUrl",
                                    "value": "https://crypto-onramp.skrill.com/oauth2/auth/realms/paysafe/v1/token"
                                },
                                {
                                    "key": "grant_type",
                                    "value": "client_credentials"
                                }
                            ]
                        }
                    },
                    "response": [
                        {
                            "id": "f8aa4edb-dbb8-456a-b9a8-10f6b17503ba",
                            "name": "OK",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "payments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page number for pagination.",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of records per page (page size).",
                                                "type": "text/plain"
                                            },
                                            "key": "size",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of unique identifiers of crypto purchase session",
                                                "type": "text/plain"
                                            },
                                            "key": "sessionIds",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of unique external reference IDs for the payment (transaction ID from the partner's system)",
                                                "type": "text/plain"
                                            },
                                            "key": "externalReferenceIds",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of transaction statuses, based on which the partner transactions will be retrieved",
                                                "type": "text/plain"
                                            },
                                            "key": "statuses",
                                            "value": "PAYABLE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Start date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                                "type": "text/plain"
                                            },
                                            "key": "startDate",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "End date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                                "type": "text/plain"
                                            },
                                            "key": "endDate",
                                            "value": "<dateTime>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"content\": [\n    {\n      \"sessionId\": \"<string>\",\n      \"externalReferenceId\": \"<string>\",\n      \"sourceDetails\": {\n        \"amount\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"paymentMethod\": \"BALANCE\"\n      },\n      \"destinationDetails\": {\n        \"amount\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"network\": \"<string>\",\n        \"walletAddress\": \"<string>\",\n        \"walletAddressTag\": \"<string>\"\n      },\n      \"totalSpend\": \"<number>\",\n      \"totalSpendCurrency\": \"<string>\",\n      \"destinationToSourceRate\": \"<number>\",\n      \"transactionHash\": \"<string>\",\n      \"fees\": [\n        {\n          \"type\": \"FX\",\n          \"amount\": \"<number>\",\n          \"currency\": \"<string>\"\n        },\n        {\n          \"type\": \"FX\",\n          \"amount\": \"<number>\",\n          \"currency\": \"<string>\"\n        }\n      ],\n      \"status\": \"PENDING\",\n      \"substatus\": \"RISK_SUCCESS\"\n    },\n    {\n      \"sessionId\": \"<string>\",\n      \"externalReferenceId\": \"<string>\",\n      \"sourceDetails\": {\n        \"amount\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"paymentMethod\": \"CARD\"\n      },\n      \"destinationDetails\": {\n        \"amount\": \"<number>\",\n        \"currency\": \"<string>\",\n        \"network\": \"<string>\",\n        \"walletAddress\": \"<string>\",\n        \"walletAddressTag\": \"<string>\"\n      },\n      \"totalSpend\": \"<number>\",\n      \"totalSpendCurrency\": \"<string>\",\n      \"destinationToSourceRate\": \"<number>\",\n      \"transactionHash\": \"<string>\",\n      \"fees\": [\n        {\n          \"type\": \"TRANSACTION\",\n          \"amount\": \"<number>\",\n          \"currency\": \"<string>\"\n        },\n        {\n          \"type\": \"PARTNER\",\n          \"amount\": \"<number>\",\n          \"currency\": \"<string>\"\n        }\n      ],\n      \"status\": \"FAILED\",\n      \"substatus\": \"WITHDRAWAL_FAILURE\"\n    }\n  ],\n  \"page\": \"<integer>\",\n  \"totalPages\": \"<integer>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6fa2d52f-fc7d-4bd9-bc0c-d8d68989aa2c",
                            "name": "Bad Request",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "payments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page number for pagination.",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of records per page (page size).",
                                                "type": "text/plain"
                                            },
                                            "key": "size",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of unique identifiers of crypto purchase session",
                                                "type": "text/plain"
                                            },
                                            "key": "sessionIds",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of unique external reference IDs for the payment (transaction ID from the partner's system)",
                                                "type": "text/plain"
                                            },
                                            "key": "externalReferenceIds",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of transaction statuses, based on which the partner transactions will be retrieved",
                                                "type": "text/plain"
                                            },
                                            "key": "statuses",
                                            "value": "PAYABLE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Start date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                                "type": "text/plain"
                                            },
                                            "key": "startDate",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "End date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                                "type": "text/plain"
                                            },
                                            "key": "endDate",
                                            "value": "<dateTime>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "ae9b6c84-9725-4474-ac67-3bdcc6b85cc2",
                            "name": "Unauthorized",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "payments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page number for pagination.",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of records per page (page size).",
                                                "type": "text/plain"
                                            },
                                            "key": "size",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of unique identifiers of crypto purchase session",
                                                "type": "text/plain"
                                            },
                                            "key": "sessionIds",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of unique external reference IDs for the payment (transaction ID from the partner's system)",
                                                "type": "text/plain"
                                            },
                                            "key": "externalReferenceIds",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of transaction statuses, based on which the partner transactions will be retrieved",
                                                "type": "text/plain"
                                            },
                                            "key": "statuses",
                                            "value": "PAYABLE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Start date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                                "type": "text/plain"
                                            },
                                            "key": "startDate",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "End date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                                "type": "text/plain"
                                            },
                                            "key": "endDate",
                                            "value": "<dateTime>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5081f90e-7e45-4b5c-bd4d-e2ef50dbe90d",
                            "name": "General Error",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "api",
                                        "crypto-purchase",
                                        "v2",
                                        "payments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page number for pagination.",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Number of records per page (page size).",
                                                "type": "text/plain"
                                            },
                                            "key": "size",
                                            "value": "10"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of unique identifiers of crypto purchase session",
                                                "type": "text/plain"
                                            },
                                            "key": "sessionIds",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of unique external reference IDs for the payment (transaction ID from the partner's system)",
                                                "type": "text/plain"
                                            },
                                            "key": "externalReferenceIds",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "List of transaction statuses, based on which the partner transactions will be retrieved",
                                                "type": "text/plain"
                                            },
                                            "key": "statuses",
                                            "value": "PAYABLE"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Start date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                                "type": "text/plain"
                                            },
                                            "key": "startDate",
                                            "value": "<dateTime>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "End date and time of the transaction in ISO 8601 format (e.g., 2022-08-04T00:00:00+00:00 or 2022-08-04T00:00:00Z). [Learn more](https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators)",
                                                "type": "text/plain"
                                            },
                                            "key": "endDate",
                                            "value": "<dateTime>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: oauth2",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "<token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"error\": {\n    \"code\": \"<string>\",\n    \"message\": \"<string>\",\n    \"details\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"fieldErrors\": [\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"error\": \"<string>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://crypto-onramp.skrill.com"
        }
    ],
    "info": {
        "_postman_id": "c7ec9a09-3651-493a-9a23-9b10b14e00db",
        "name": "Skrill Crypto On-Ramp API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "## Introduction\n\nEmpower your consumers to purchase cryptocurrencies with fiat currencies on Skrill.    \nClick [here](/docs/crypto-on-ramp/overview) to learn more about Crypto On-Ramp.",
            "type": "text/plain"
        }
    }
}