Create Payments/v1/advanced_paymentsCreate Payments..
DEPRECATED
POST
Request's parameters
additional_info
Localization: bodyInformation that can improve the fraud prevention analysis and the conversion rate. Try sending us as much information as possibleobject
application_id
Localization: bodyMarketplace IDobject
binary_mode
Localization: bodyWhen the payment is activated, it can only be approved or rejected. Otherwise, the payment may be pendingboolean
disbursements
Localization: bodyList of payments that correspond to each Sellerarray
Response parameters
Request
curl
curl -X POST \
'https://api.mercadopago.com/v1/advanced_payments' \
-H 'Authorization: Bearer ACCESS_TOKEN_ENV' \
-d '{
"payer": {
"identification": {},
"address": {},
"phone": {}
},
"payments": [
{
"transaction_details": {}
}
],
"disbursements": [
{}
],
"metadata": {},
"application_id": {},
"additional_info": {
"items": [
{}
],
"payer": {
"phone": {}
},
"shipments": {
"receiver_address": {}
}
}
}'
Answer
json
{}
Errors
400bad_request
400004
400005
400006
400007
400013
400014
400015
400016
400017
400018
400019
400020
400021
400022
400023
400024
400025
400026
400027
400028
400029
400030
400031
400032
400033
400034
400035
400036
400037
400039
400040
400041
400042
400043
400044
400045
400046
400047
400048
400049
400051
400052
400053
400054
400055
400056
400057
400058
401bad_request
401000
401002
401003
404bad_request
404001
404002
404003
406bad_request
406001
Was this information helpful?