[Create payment method]
POST {{url}}{{public-prefix}}/customers/:id/payment_methods
Request Body
{"type"=>"cbu", "reference_type"=>"customer", "reference_id"=>"{{customer_id}}", "number"=>"9425672711100007634643", "country"=>"ARG", "collect_method_id"=>"{{cbu_collect_method_id}}", "external_id"=>"a2bb722a-9d6d"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: Created
{"id":"ec266d72-9af8-4fff-b95b-783a7751f0db","external_id":"a2bb722a-9d6d","data":{"type":"cbu","country":"ARG","number":"94256727**4643"},"created_at":"2021-09-30T09:52:24-03:00","collect_method_id":"a2bb722a-9d6d-4bdc-92ec-a8e329ec7358"}