Lists saved payment accounts of a given user.
Note
In sandbox mode, this API call works only with test cards that have no 3-D Secure function.
Notice
For the API call to work correctly, configure a timeout of 2 minutes.
project_id required | integer Project ID. |
user_id required | string Unique user ID in the game stored on your side. Make sure you pass the existing user ID. In case an error occurs, refer to the answers to the FAQs. |
OK.
[- {
- "id": 4612345,
- "name": "PP_saved_account",
- "payment_system": {
- "id": 24,
- "name": "PayPal"
}, - "type": "paypal"
}
]