Create Realtime PaymentAsk AIpost https://api.getpinch.com.au/test/payments/realtimeTake credit card payments with a realtime response.Body ParamspayerIdstringThe Payer ID to use, if you're executing this payment against an existing payer.fullNamestringUse Full Name, or First Name and Last NamefirstNamestringUse Full Name, or First Name and Last NamelastNamestringUse Full Name, or First Name and Last NameemailstringThe email address of the payermobileNumberstringA non-international Australian 10-digit mobile numberamountint32requiredThe payment amount in centsapplicationFeeint32Optional additional fee (in cents) that goes to the parent merchant (Managed Merchants Only)descriptionstringAn optional description for the payment. Will be visible to the payer. Must be less than 1000 characters.sourceIdstringSpecify an existing payment source to use for this transaction. If empty, the default will be used. If you are creating a new source, use the creditCardToken field instead.tokenstringThe credit card or bank account token created by the capture script. See the Guide for more info.surchargearray of stringsA list of source types to surcharge (Pass on the fees to the customer). eg. ['bank-account', 'credit-card']surchargeADD stringnoncearray of stringsOptional. A nonce is a one-time-use reference that represents a unique payment. Used to prevent double submissions of payments. If left empty all submissions will be treated as unique. Can be a string or array of strings. Each nonce must not exceed 250 characters and the length of all nonces must not exceed 4000 characters.nonceADD stringmetadatastringFree text field that you can use to store state against certain entities. Can be used for accounting integration, see MetadataResponses 201201 400400Updated 9 months ago