Skip to main content

What's the difference between source.name and customer.name?

When requesting a payment, there are two different objects where you can pass cardholder and customer information: source and customer

  • source.name: This is the cardholder name, as it appears on the card and is registered with the issuing bank.
  • customer.name: This is the customer’s name.

The customer object might be required by some payment methods. See the API reference for more information.

Was this article helpful?
Share
Copy Link Share via email

Articles in this section