Using Node
After looking at the api, i was wondering whether it was possible to create a customer profile while submitting a charge to a credit card. From looking at the api, it looks like it is possible. However, when i try to do it, the request returns an error saying that a customer profile cannot be made from this type of transaction:
endpoint: createTransactionRequest
transaction of type: authCaptureTransaction
Specifically looking at the parameters:
. profile
..createProfile (bool)
What type of transaction is required for this call to go through?
Thanks for any help!
โ11-18-2022 03:22 PM