Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. curl -X POST
  2. -H 'accept: application/json'
  3. -H 'content-type: application/json'
  4. 'https://api.mercadopago.com/v1/subscriptions?access_token=ACCESS_TOKEN'
  5. -d '{
  6. "plan_id": "PLAN_ID",
  7. "payer": {
  8. "id": "CUSTOMER_ID" <--- ??
  9. }
  10. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement