Reassign a Payment Method to Another Customer
Reassigns an enrolled payment method to a different customer of the same account
customer_id of the target customer in the request body. Only card payment methods can be reassigned. The response returns the payment method in the same shape as the Enroll Payment Method response, with the new owner in the customer_id field.
payment_method_id, which is the vaulted_token received when using the Enroll Payment Method endpoint.409 CONFLICT.
Authorizations
Headers
The unique identifier of your account (UUID).
Path Parameters
The unique identifier of the payment_method. This is the vaulted_token received when enrolling a payment method with Enroll Payment Method (UUID).
Body
The unique identifier of the customer the payment method is reassigned to (UUID). The payment method can be reassigned only while its current customer has no data; otherwise the request returns 409 CONFLICT.
Response
The reassigned payment method, including the new owner in the customer_id field.
"a0000000-0000-4000-8000-000000000010"
"VISA ****1111"
"VISA ****1111"
"CARD"
"CARD"
"US"
"ENROLLED"
"ENROLLED"
"b0000000-0000-4000-8000-000000000002"
"2024-06-04T12:47:46.992602Z"
"2024-06-04T12:47:46.992603Z"
The unique identifier of the customer the payment method now belongs to. Returned by the reassignment response so you can confirm the new owner.
"b3f2c1a0-1234-4a5b-9c8d-000000000001"