Which documentation are you looking for?
Do not know how to start integrating?
Check the first stepsCreate payer token
POST
Products that use it:
Request's parameters
PATH
agreement_id
Unique ID that identifies an Agreementstring
REQUIRED
QUERY
client.id
Unique ID that identifies a specific Clientnumber
REQUIRED
caller.id
Unique ID that identifies a specific Callernumber
REQUIRED
HEADER
x-platform-id
Field intended for platforms or modules that offer Mercado Pago in their solutionsstring
BODY
code
This is the payer token. It is a reference to the Id that represents the authorization of the userstring
REQUIRED
Response parameters
payer_token
This is the token of the payer.string
Errors
400Error
400
Bad-Request
400
Bad-Request
400
Bad-Request
400
Bad-Request
400
Bad-Request
400
Bad-Request
404Error
404
Not-Found
404
Not-Found
404
Not-Found
500Error
500
Error
Did you find this information useful?
Yes
No
Request
curl -X POST \
'https://api.mercadopago.com/v2/wallet_connect/agreements/{agreement_id}/payer_token?client.id=<CLIENT.ID>&caller.id=<CALLER.ID>'\
-H 'Content-Type: application/json' \
-H 'x-platform-id: YOUR_ACCESS_TOKEN' \,
-H 'Authorization: Bearer TEST-3322*********190-03031*********46528954c*********0339910-1*********' \
-d '{
"code": "aeecea3e11f2545d1e7790eb6591ff68df74c57930551ed980239f4538a7e530"
}'
Sample answer
{
"payer_token": "abcdef1e23f4567d8e9123eb6591ff68df74c57930551ed980239f4538a7e530"
}