The dLocal Services Object
Property | Type | Description |
---|---|---|
dlocal_services | List of Enum | PAYIN_CROSSBORDER, PAYIN_DOMESTIC, PAYOUT_CROSSBORDER, PAYOUT_DOMESTIC, ISSUING_CROSSBORDER, ISSUING_DOMESTIC. |
countries_to_operate_with_dlocal | List of String | List of countries to operate with dLocal’s ISO codes (must be countries in which dLocal operates). |
dexpected_monthly_activity | Enum | 200: $0 - 200K USD 500: $200 - 500K USD 1000: $500 - $1MM USD 10000: $1MM+ USD |
ticket_size | Enum | 100: $0- $100 USD 500: $100 - $500 USD 1000: $500 - $1,000 USD 10000: $1.000 - $10.000 USD 100000: $10.000 - $100.000 USD 1000000: +$100.000 USD |
Example Object
"dlocal_services": {
"dlocal_services": "PAYIN_CROSSBORDER,PAYOUT_CROSSBORDER",
"countries_to_operate_with_dlocal": "UY,AR",
"expected_monthly_activity": "10000",
"ticket_size": "500"
}